projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59c0bee
)
scrollbar: Use markdown for css tree
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Feb 2021 01:05:28 +0000
(20:05 -0500)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:35 +0000
(16:37 +0000)
gtk/gtkscrollbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkscrollbar.c
b/gtk/gtkscrollbar.c
index a5c15ce90bcd7a5f6b86f0a782807eabd4e8f575..e52b96aeeebca95536ec7197e1e53f93c4e454c6 100644
(file)
--- a/
gtk/gtkscrollbar.c
+++ b/
gtk/gtkscrollbar.c
@@
-62,12
+62,12
@@
*
* # CSS nodes
*
- *
|[<!-- language="plain" -->
+ *
```
* scrollbar
* ╰── range[.fine-tune]
* ╰── trough
* ╰── slider
- *
]|
+ *
```
*
* `GtkScrollbar` has a main CSS node with name scrollbar and a subnode for its
* contents. The main node gets the .horizontal or .vertical style classes applied,